SslPrivateKey

interface SslPrivateKey

An SSL private key.

Functions

Link copied to clipboard
Returns an array of bytes that represents the DER-encoded representation of the SSL private key.
Link copied to clipboard
open fun of(derEncoded: Array<Byte>): SslPrivateKey
Creates an SslPrivateKey instance for the given bytes.